com.supermap.plot

Class AnimationBlink



  • public class AnimationBlink
    extends AnimationGO
    Blink animation
    • Method Detail

      • getBlinkInterval

        public double getBlinkInterval()
        Gets the blink interval
        Returns:
        the blink interval
      • setBlinkInterval

        public void setBlinkInterval(double blinkinterval)
        Sets the blink interval
        Parameters:
        blinkinterval - the blink interval
      • getBlinkNumberofTimes

        public int getBlinkNumberofTimes()
        Gets the blink times in a specific time
        Returns:
        the blink times
      • setBlinkNumberofTimes

        public void setBlinkNumberofTimes(int blinkNumber)
        Sets the blink times in a specific time
        Parameters:
        blinkNumber - the blink times
      • setBlinkStyle

        public void setBlinkStyle(AnimationDefine.BlinkAnimationBlinkStyle type)
        Sets the blink types such as blink an animation according to times or intervals
        Parameters:
        type - the blink types
      • setBlinkAnimationReplaceColor

        public void setBlinkAnimationReplaceColor(Color replacecolor)
        Sets the switched colors
        Parameters:
        replacecolor - the switched colors
      • getBlinkAnimationReplaceColor

        public Color getBlinkAnimationReplaceColor()
        Gets the switched colors
        Returns:
        the switched colors
      • setBlinkAnimationStartColor

        public void setBlinkAnimationStartColor(Color replacecolor)
        Sets the starting switched colors
        Parameters:
        replacecolor - the first color
      • getBlinkAnimationStartColor

        public Color getBlinkAnimationStartColor()
        Gets the starting switched colors
        Returns:
        the first colors